Defines a menu list, where each element is typically a word or a short phrase that fits on a single line, rendered more compactly than most other list types.
COMPACT
The presence of this attribute indicates the user agent should use reduced inter-item spacing. In
practice, there are several ways to increase the compactness of lists: reduced vertical inter-item spacing,
smaller font size, or even to avoid line breaks between items. This is best handled through associated style
sheets and the class attribute.
<MENU> is legal within:
<BANNER>, <BODYTEXT>, <DD>, <DIV>, <FIGTEXT>,
<FN>, <FORM>, <LI>, <NOTE>, <TD>, <TH>
The following markup can be used within <MENU>
<LI>
<MENU>
<LH>Select a Topic</LH>
<LI><A HREF="flags.htm">Flags</A>
<LI><A HREF="balloons.htm">Balloons</A>
<LI><A HREF="frogs.htm">Frogs</A>
</MENU>